home *** CD-ROM | disk | FTP | other *** search
/ More DosGames 2.0 / MORE - Dosgames 2.0 (Software Company)(1994).iso / dosgames / shogi / installx.bat < prev    next >
DOS Batch File  |  1994-09-01  |  514b  |  17 lines

  1. @echo off
  2. echo Installing SHOGI MASTER on your hard disk (%2) from your floppy (%1).  
  3. echo A \SHOGI directory will be created on %2 and all SHOGI MASTER files 
  4. echo (about 360 Kbytes) will be copied from %1 to %2\SHOGI.
  5. echo Press any key to continue or Control-C to cancel.
  6. pause
  7. echo Creating SHOGI directory on %2 drive.
  8. mkdir %2\SHOGI
  9. echo Copying to %2 drive.
  10. copy %1*.* %2\SHOGI
  11. echo To run Shogi Master:
  12. echo %2
  13. echo CD \SHOGI
  14. echo SHOGI
  15. echo or, if you have a Hercules Card,
  16. echo SHOHERC
  17.